/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    min-width: 1400px;
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}


html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

li {
    list-style: none;
}


/*公共*/
.w{
    width: 1200px;
    margin: 0 auto;
}
.bg_b{
    background: #0062c2;
}
.bg_f5{
    background: #f5f9fc;
}
.cl_b{
   color: #5090f3;
}
.cl_f{
    color: #fff;
}
.cl_8{
    color: #818183;
}

.cl_4f{
      color: #4f323a
  }
.cl_5e{
      color: #000;
  }
.cl_85{
    color: #858585;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}

.clear{
    overflow: hidden;
    display: block;
}

.w100{
    width: 100%;
}
.flexs{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fl {
    float: left;
}

/*.fr {*/
/*    float: right;*/
/*}*/

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.f12{
    font-size: 12px;
}

.f14{
    font-size: 14px;
}

.f15{
    font-size: 15px;
}

.f16{
    font-size: 16px;
}

.f18{
    font-size: 18px;
}

.f20{
    font-size: 20px;
}

.f24{
    font-size: 24px;
}

.fw{
    font-weight: 700;
}
.pd20{
    padding: 20px;
}
.pd30{
    padding: 30px;
}
.border_no{
    border: none !important;
}
/**/
/**/
/**/
/*导航*/
.nav{
    width: 100%;
    height: 78px;
    background: #000d1e;
    border-bottom: 1px solid #5e5f60;
    z-index: 1000;
}
.clear{
    width: 100%;
    margin: 0 auto;
}
.nav .nav_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    /*align-items: center;*/
    justify-content: space-between;
}
.nav .logo {
    width: 20%;
    float: left;
}
.nav .logo img{
    width: 88px;
    margin-top: 13px;
}
.nav_main .nav_list {
    width: 80%;
    float: right;
    position: relative;
}
.nav_main ul li{
    line-height: 76px;
    float: left;
    padding:0 20px;
    color: #c2c2c2;
}
.nav_main ul li.search a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 76px;
    margin: 20px auto;
    cursor:pointer;
    background-image: url('../images/search.png');
}
.nav_main ul li a{
    color: #c2c2c2;
}

.nav_main ul .active a{
    color: #fff;
}
.nav_main ul .active{
    border-bottom: 2px solid #0baefe;
}
/* 搜素框 */
.search_main{
    position: absolute;
    left:20px;
    top:0px;
    width: 670px;
    height: 45px;
    border: 1px solid rgb(200, 200, 201);
    display: none;
    margin-top: 17px;
    border-radius: 4px;
}
.search_main .search_btn,
.search_main .close_btn{
    width: 50px;
    height: 40px;

    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    background: url(../images/search.png) no-repeat center center;
    float: right;
    border:none;
    outline: none;
    cursor: pointer;
}
.search_main .search_btn:hover{
    background: url(../images/search.png) no-repeat center center;
}
.search_main input.search_text{
    height: 100%;
    width: 615px;
    border: 0;
    outline: none;
    color: #000;
    padding-left: 5px;
}

/*.search {*/
/*    width: 130px;*/
/*    height: 76px;*/
/*}*/
/*.search1 {*/
/*    width: 100px;*/
/*    height: 22px;*/
/*    outline:none;*/
/*    line-height: 76px;*/
/*    border: 1px solid #ccc;*/
/*    color: #000;*/
/*    font-size: 14px;*/
/*}*/
/*.btn1 {*/
/*    width: 30px;*/
/*    height: 22px;*/
/*    outline: none;*/
/*    cursor:pointer;*/
/*    line-height: 22px;*/
/*    border: 0;*/
/*    background-color: #0baefe;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*}*/
/*轮播*/
.swiper-container1 {
    /*height: 560px;*/
    overflow: hidden;
}
.swiper-container1 .swiper-wrapper{
}

.swiper-container1 .swiper-slide{
    position: relative;
}

.swiper-container1 .swiper-slide .bg{
    width: 100%;
    left: 0;
    margin-top: -2px;
}
.swiper-container1 .swiper-slide .icon{
    width: 10%;
    right: 27%;
    top:13% ;
    position:absolute;
    z-index:2;
    -webkit-animation:icon1 5s linear infinite;
}

/*banner动画*/
@-webkit-keyframes  icon1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*指示点*/
/*.swiper-container1*/
 .swiper-pagination-bullet{
    background: #d4f2ff;
     border: 1px solid #5f9af4;
    opacity: .5;
    height: 6px;
    width: 6px;
}
/*.swiper-container1*/
.swiper-pagination-bullet-active{
    background: #5090f3;
    width: 38px;
    border-radius: 45px;
    opacity: 1;
    height: 6px;
}
/*.swiper-container1*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 5%;
}


/*banner1*/
.swiper-slide .tips{
    position: absolute;
    left: 19%;
    top: 31%;
    z-index: 999;
    width: 22%;
}
.swiper-slide .tips img{
    width: 100%;
    /*width: 426px;*/
    height: auto;
    display: block;
}
.swiper-slide .tips div{
    margin:30px auto 0;
    padding: 6px 45px;
    border: 1px solid #fff;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
}


/*标题*/
.tit{
    padding: 55px 0 45px;
}
.tit .p1{
    margin-bottom: 15px;
}

/*服务项目*/
.content1{
    padding-bottom: 55px;
}

.content1 .center_img{
    position: relative;
}
.content1 .bg_div{
    width: 940px;

    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.content1 .icon_div{
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
}
.content1 .icon_div .about{
    position: absolute;
    line-height: 37px;
    color: #585858;
    height: 75px;
}
.content1 .icon_div .about :hover{
    /*color: #3e65e7;*/
}
.content1 .icon_div .about img{
    margin:0  10px;
}

.content1 .icon_div  .active  img{
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/
}

@keyframes scaleDraw {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    25%{
        transform: scale(1.2);
        opacity: .5;
    }
    50%{
        transform: scale(1);
        opacity: 1;
    }
    75%{
        transform: scale(1.2);
        opacity: .5;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

.content1 .icon_div :nth-child(1) {
    right: -38px;
    top: -35px;
}
.content1 .icon_div :nth-child(2) {
    right: 32px;
    top: 85px;

    top: 104px;
}
.content1 .icon_div :nth-child(3) {
    right: -42px;
    top: 176px;

    top: 208px;
}
.content1 .icon_div :nth-child(4) {
    right: -52px;
    top: 273px;

    top: 318px;
}
.content1 .icon_div :nth-child(5) {
    right: 125px;
    top: 328px;

    top: 382px;
}
.content1 .icon_div :nth-child(6) {
    /*right: 702px;*/
    top: 328px;

    left: 48px;
    top: 382px;
}
.content1 .icon_div :nth-child(7) {
    left:-35px;
    top:228px;

    top: 268px;
}
.content1 .icon_div :nth-child(8) {
    left: -50px;
    top: 114px;

    top:134px;
}
.content1 .icon_div :nth-child(9) {
    left: 18px;
    top: -20px;

}

.content1 .center_img .bg_img{
    position: relative;
    width: 100%;
}

.content1 .center_img .spot_div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content1 .center_img .spot {
    position: absolute;
    transform: translate(0px, 0px); opacity: 1;
}

/*动画小点*/
.content1 .center_img .spot_div  .active{
    animation: Circle 1.5s infinite linear;
}
@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity:0.3;
    }
}

.content1 .center_img .spot_div .spot:nth-child(1) {
    right: 461px;
    top: 57px;

    right: 526px;
    top: 62px;
}
.content1 .center_img .spot_div .spot:nth-child(2) {
    right: 382px;
    top: 86px;

    right: 440px;
    top: 97px;
}
.content1 .center_img .spot_div .spot:nth-child(3) {
    right: 335px;
    top: 208px;

    right: 380px;
    top: 240px;
}
.content1 .center_img .spot_div .spot:nth-child(4) {
    right: 304px;
    top: 283px;

    right: 354px;
    top: 323px;
}
.content1 .center_img .spot_div .spot:nth-child(5) {
    right: 427px;
    top: 311px;

    right: 490px;
    top: 361px;
}
.content1 .center_img .spot_div .spot:nth-child(6) {
    right: 531px;
    top: 313px;

    right: 611px;
    top: 360px;
}
.content1 .center_img .spot_div .spot:nth-child(7) {
    right: 601px;
    top: 260px;

    right: 682px;
    top: 300px;
}
.content1 .center_img .spot_div .spot:nth-child(8) {
    right: 624px;
    top: 144px;

    right: 710px;
    top: 165px;
}
.content1 .center_img .spot_div .spot:nth-child(9) {
    right: 513px;
    top: 78px;

    right: 590px;
    top: 94px;
}

/*服务案例*/
.swiper-container2 {
    width: 1400px;
    overflow: hidden;
    height: 540px;
    margin: 0 auto;
}
.swiper-container2 .list_banner ul {
    width: 1200px;
    margin: 0 auto;
}
.swiper-container2 .list_banner ul li{
    width: 290px;
    height:470px;
    overflow: hidden;
    float: left;
    margin:0 4px ;
    position: relative;
}

.swiper-container2 .list_banner ul li .bg_img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-container2 .list_banner ul li .bg_img img{
    width: 100%;
}
.swiper-container2 .list_banner .list_banner_main{
    height: 100%;
    width: 100%;
    position: relative;
}

.swiper-container2 .list_banner ul li .top_banner,down_banner{
    height: 50%;
}
.swiper-container2 .list_banner ul li .top_banner{
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.swiper-container2 .list_banner ul li .top_banner p{
    margin: 20px 0;
}
.swiper-container2 .list_banner ul li .down_banner {
   line-height: 22px;
    padding: 0 20px;
}
.swiper-container2 .list_banner .list_banner_main .before{
    height: 100%;
    width: 100%;
}

.swiper-container2 .list_banner .list_banner_main .color_div{
    height: 100%;
    width: 100%;
    background: rgba(1, 27, 115, 0.5);
    display: none;
    animation: mymove 1s
}
.swiper-container2 .list_banner ul li:hover .before{
    display: none;
}
.swiper-container2 .list_banner ul li:hover .color_div{
    display: block;
}

@keyframes mymove {
    0% {
        background: rgba(15, 0, 115, 0.2);
    }

    50% {
        background: rgba(22, 9, 115, 0.3);
    }

    100% {
        background: rgba(1, 27, 115, 0.5);
    }
}


.turn_l{
    background-image: url('../images/left.png');
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}

.turn_r{
    background-image: url('../images/right.png');
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}
.swiper-button-next, .swiper-button-prev{
    top: 42%;
}

/*技术能力*/
.content3{
    height: 450px;
    background: url('../images/jn_bg.png') no-repeat center bottom;
    background-size: 95% auto;
}
.content3 ul {
    width: 1200px;
    margin: 0 auto ;
}
.content3 ul li {
    padding:35px 20px 0;
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.content3 ul:nth-child(1) .icon {
    border-radius: 100%;
    overflow: hidden;
    background-image: url('../images/js1.png');
}

.content3 ul:nth-child(2) .icon {
    border-radius: 100%;
    overflow: hidden;
    background-image: url('../images/js2.png');
}

.content3 ul:nth-child(3) .icon {
    border-radius: 100%;
    overflow: hidden;
    background-image: url('../images/js3.png');
}


.content3 ul:nth-child(4) .icon {
    border-radius: 100%;
    overflow: hidden;
    background-image: url("../images/js4.png");
}


.content3 ul:nth-child(5) .icon {
    border-radius: 100%;
    overflow: hidden;
    background-image: url('../images/js5.png');
}


.content3 ul li .icon{
    width: 114px;
    height: 114px;
    margin:0 auto;
    background-position:114px;
}
.content3 ul li:hover .icon{
    background-position:0;
}

.content3 ul li .icon img{
    width: 100%;
}
.content3 ul li .intro{
    color: #a7a7a7;
    line-height: 20px;
    font-size: 14px;
}


/*新闻*/
.bf_f0f4f7{
    background: #f0f4f7;
    padding-bottom: 30px;
}
.content4_main{
    position: relative;
    width:1200px;
    margin: 0 auto;
    background: #fff;
    margin-top:-65px;
}
.content4{
    width: 96%;
    /*margin: 0 auto 65px;*/
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px 40px;
}


.content4_top{
    width: 100%;
}
.content4_top img{
    width: 100%;
}

.content4 .new_banner{
    width: 560px;
    height: 400px;
    overflow: hidden;
    float: left;
}
.content4 .new_banner .swiper-container3{
    height: 400px !important;
}
.content4 .new_banner .swiper-container3 .swiper-pagination{
    text-align: right;
    padding-right: 20px;
    bottom:16px ;
}
.content4 .new_banner .swiper-container3 .swiper-pagination-bullet{
    background: #fff;
    border: 1px solid #fff;
    opacity: .5;
    height: 6px;
    width: 6px;
    border-radius: 0;
}
/*.swiper-container1*/
.content4 .new_banner .swiper-container3 .swiper-pagination-bullet-active{
    border-radius: 0;
    background: #fff;
    width: 30px;
    opacity: 1;
    height: 6px;
}
.content4 .new_banner .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
.content4 .new_banner .swiper-wrapper img{
    width: 100%;
    min-height: 400px;
}
.content4 .new_banner .swiper-wrapper  .swiper-slide div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 120px 0 20px;
    position: absolute;
    background: rgba(0, 0, 0 ,.6);
    bottom: 0;
    width: 100%;
}
/*新闻列表*/
.content4 .new_main{
    width: 570px;
    margin-left: 30px;
}
.content4 .new_main ul{
    display: block;
    overflow: hidden;
    width: 100%;
}
.content4 .new_main .new_main_bottom ul li{
    /*padding-top: 20px;*/
    padding: 15px 0;
    overflow: hidden;
    border-bottom:1px solid #f0f0f0;
}
.content4 .new_main .new_main_bottom ul li a:hover .title{
    color:#0062c2 ;
}

.content4 .new_main .new_main_bottom ul li a{
    /*align-items: flex-start;*/
    justify-content: space-between;
}
/*.content4 .new_main ul li:hover .time {*/
/*    background: #2e76e6;*/
/*}*/
.content4 .new_main ul li .new_main_bottom .flexs{
    align-items: end;
    justify-content: left;
}

/*.new_main .more{*/
/*    line-height: 30px;*/
/*    color: #5098de;*/
/*    text-align: right;*/
/*    padding-right: 18px;*/
/*    width: 125px;*/
/*    height: 30px;*/
/*    display: block;*/
/*    background: url('../images/more.png') no-repeat right top;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.new_main .time{*/
/*    width: 100px;*/
/*    background:#b4b3b3;*/
/*    padding:5px 7px;*/
/*    margin-right: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.new_main .time .time_t{*/
/*    padding-bottom:5px;*/
/*    width: 67px;*/
/*    margin-bottom: 5px;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

/*新闻*/
.new_main .title{
    padding-bottom:0px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
/*.new_main .intro{*/
/*  line-height: 24px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/

/*.content4 ul li .row3{*/
/*    margin:5px 40px 10px 0;*/
/*}*/

/*该样式*/
.none{
    display: none;
}

.show{
    display: block;
}

.new_main .more{
    line-height: 40px;
    padding-top: 8px;
    padding-left: 15px;
}
.new_main .more a{
    display: inline-block;
    height: 40px;

}
.new_main .more a:hover{
    color: darkred;
}
.new_main .new_main_top ul {
    border-bottom: 1px  dashed #c0c0c0;
    padding: 4px 0;
}

.new_main .new_main_top ul .on{
    color: #0062c2;
    font-size: 16px;
}
.new_main .new_main_top ul li{
    border-right: 1px solid #c0c0c0;
    font-size: 15px;
    float: left;
    width:16%;
    text-align: center;
    font-weight: 700;
    color: #858585;
}
.new_main .new_main_top ul li:last-child{
    border: none;
}

.new_main .new_main_bottom{
    height: 365px;
}

.new_main.time_main{
    background: rgba(204, 204, 204, 0.2);
    width:100px;
    padding: 24px 0;
    text-align: center;
    color: #626971;
    margin:30px  40px 30px 0;

}
.new_main.time_main .time_top{
    font-weight: bold;
    font-size:26px;
}

.new_main .img_div {
    height: 160px;
    overflow: hidden;
    float: left;
    width: 25%;
    margin-right: 2%;
}

.new_main .img_div img {
    width: 100%;
}

.new_main  .go_xq {
    display: flex;
    float: right;
    align-items:center;
    width: auto;
    height: 160px;
    align-self: center;
}

.new_main .go_xq  img {
    height: 25px;
}

.new_main {
    float: left;
    width: 75%;
}
.new_main .time{
    margin-left: 20px;
}

.new_main .time .time_t{
    padding-bottom:15px;
    line-height: 30px;
    width: 67px;
}
.new_main .time img{
    width: 8px;
}
.new_main .intro{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




/*底部*/
.footer{
    width: 100%;
    background:#5098de ;
}

.footer_top{
    padding: 50px 0 25px;
    background:#5098de ;
}
.footer_bottom{
    padding: 15px 0;
}

.footer_list ul{
    float: left;
}
.footer_list ul li{
    display: block;
}

.footer_list ul img{
    width: 22px;
    /*height: 22px;*/
}
.footer_list ul :nth-child(5) img{
    width: 20px;
    margin-left: 2px;
}


.footer1{
    /*padding:0 20px;*/
    padding-right:20px;
    /*width: 33.3%;*/
}

.footer2{
    min-height: 180px;
    padding:0 30px;
    border-left: 1px solid #7db9f3;
    border-right: 1px solid #7db9f3;
    width: 100%;
}

.footer2 .ul1{
     margin-right: 40px;
}
.footer2 .ul1 a{
   color: white;
}
.footer2 ul li{
    height: 30px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.footer2 ul li img{
    margin-right: 8px;
}

.footer3{
    /*padding:0 20px;*/
    width:700px;
    padding-left:20px;

    padding-left: 50px;
    text-align: center;
}


.footer3 .tel{
    /*margin: 8px 0 12px;*/
    margin: 2px 0 6px;
}
.footer3 .ewm{
    display: inline-block;
}
.footer3 .ewm img{
    /*width: 123px;*/
    /*height: 123px;*/

    width: 110px;
    height: 110px;
}


.float_r{
    margin-right: 0;
    position: fixed;
    right: 8px;
    top: 60%;
    z-index: 999;
}
.float_r ul{
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;

}
.float_r ul .top{
    flex-direction: column;
}
.float_r ul li {
    background:#2e76e6;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #7ca9ef;

}
.float_r ul li span{
    display: none;
}
.float_r ul li p{
    margin-top: 5px;
}

.float_r ul .block:hover{
    width:auto ;
    border: none;
    background: #64a1ff;
}
.float_r ul .block:hover{
    padding-right: 12px;
}
.float_r ul .block:hover img{
    margin: 0 15px 0 10px;
}
.float_r ul li:hover span{
    display: inline-block;
}
.float_r ul li:hover{
    transition: all 0.4s;
}



/*新闻页列表开始*/
.itmain{
    box-sizing: border-box;
    margin: 80px auto;
    background: #fff;
    /*-webkit-box-shadow: 0 0px 6px 0 #f2f2f2;*/
    /*box-shadow:0 0px 6px 0 #f2f2f2;*/
    border: 1px solid #ddd;
}
.sort2 {
    width: 100%;
}
.sort2 li {
    display: block;
    overflow: hidden;
}
.sort2 a {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #eee;
    padding:5px 0;
}
.sort2 .fl img {
    width: 100%;

}
.new_main div {
    line-height: 28px;
    overflow: hidden;
}
.new_main div .about {
    padding-top: 10px;
    color: #6d7276;
}

.sort2 .new_main_top{
    padding: 24px 0;
}
.sort2 .new_main_top .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 22px;
    font-size: 18px;
}

.sort2 .new_main_top .p2{
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sort2  li:hover .new_main .new_main_top .title{
    color: #e50012;
}

.time_main{
    /*background: rgba(204, 204, 204, 0.2);*/
    width:100px;
    color: #626971;
    margin:48px  40px 30px 40px;

}
.time_main .time_top{
    font-weight: bold;
    font-size:26px;
}

.go_xq {
    display: flex;
    float: right;
    align-items:center;
    width: auto;
    height: 160px;
    align-self: center;
    margin-right: 40px;
}

.go_xq  img {
    height: 25px;
}

.new_main {
    float: left;
    width: 75%;
}
/*结束*/

/*新闻内容页开始*/
.mian_content {
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    /*box-shadow: 0px 0px 4px 0px #f2f2f2;*/
    border: 1px solid #ddd;
}
.mian_content .case_data {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 16px;
    padding-top: 12px;
    text-align: center;
}

/* 文章内容 */
.about_content {
    padding: 20px;
    overflow: hidden;
}
.about_content  .about_t {
    text-align: center;
    font-size: 35px;
    color: #323232;
    font-weight: normal;
    position: relative;
    padding: 15px 0 0px;
    border-bottom: 1px dotted #d9d9d9;
}

.about_content  .about_new {
    color: #6d7276;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

.about_content  .about_news {
    overflow: hidden;
    padding: 20px 25px;
    min-height: 400px;
    line-height: 25px!important;
}
.about_content .about_news{
    /*text-align: center;*/
}
.about_news td {
    line-height: 25px;
}
.about_news p {
    padding-bottom: 15px;
}
.about_news p span {
    font-size: 16px!important;
    /*line-height: 25px!important;*/
}
.about_content  .about_news  img {
    max-width: 99%;
    margin: 10px auto;
    display: block
}

/* 底部翻页 */
.content_footer {
    border-top: 1px dotted #999;
    margin-top: 30px;
    margin:0 4%;
    padding: 30px 0;
    color: #999;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.content_footer a{
    color: #999;
}
    /*结束*/


/*关于我们页面*/
.about_main{
    width: 1200px;
    position: relative;
    margin: 50px auto 80px;
}
.about_main .ab_tit{

    position: relative;
    padding-bottom: 40px;
}
.about_main .ab_tit:after{
    content:'';
    position: absolute;
    background: #5090f3;
    width: 50px;
    height: 4px;
    bottom: 18px;
    left: 0;
}
.about_main .content_l{
    width: 900px;
    background: rgba(245,245,245,.8);
    padding: 30px 30px  0;
}
.about_main .content p {
    line-height: 27px;
    padding-bottom: 27px;
}
.about_main .intro {
    margin-bottom: 30px;
}
.about_main .content_l {
    z-index: 999;
}
.about_main .content_r{
    right: 0;
    top: 90px;
    z-index: 9;
    display: flex;
    align-items: end;
    margin-bottom: 50px;
}

.about_main  .content_r .img_1{
    margin-top: -38px;
    width: 220px;
    height: 70px;
}

.content1 .center_img .spot_divs{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.content1 .bg_divs{
    margin-top: 70px;
}

/*动画小点*/
.content1 .center_img .spot_divs  .active{
    animation: spot_divs 1.5s infinite linear;
}
@keyframes spot_divs {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity:0.3;
    }
}

.content1 .bg_divs{
    width: 1200px;
}


.content1 .center_img .spot_divs .spot:nth-child(1) {
    right: 355px;
    top: 123px;

    right: 458px;
    top: 156px;
}
.content1 .center_img .spot_divs .spot:nth-child(2) {
    right: 294px;
    top: 200px;

    right: 382px;
    top: 260px;
}
.content1 .center_img .spot_divs .spot:nth-child(3) {
    right: 320px;
    top: 300px;

    right: 416px;
    top: 380px;
}
.content1 .center_img .spot_divs .spot:nth-child(4) {
    left: 320px;
    top: 300px;

    left: 416px;
    top: 380px;
}
.content1 .center_img .spot_divs .spot:nth-child(5) {
    left: 292px;
    top: 200px;

    left: 382px;
    top: 260px;
}
.content1 .center_img .spot_divs .spot:nth-child(6) {
    left: 355px;
    top: 123px;

    left: 458px;
    top: 156px;
}
.content1 .center_img .spot_divs .spot:nth-child(7) {
    left: 463px;
    top:90px;

    left: 592px;
    top: 116px;

}

.content1 .icon_divs{
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
}
.content1 .icon_divs .about{
    position: absolute;
    line-height: 37px;
    color: #585858;
    height: 75px;
}
.content1 .icon_divs .about :hover{
    /*color: #3e65e7;*/
}
.content1 .icon_divs .about img{
    margin:0  10px;
}

.content1 .icon_divs :nth-child(1) {
    right: 20px;
    top: 15px;

    top: 75px;
}
.content1 .icon_divs :nth-child(2) {
    right: 5px;
    top: 132px;

    top: 228px;
}
.content1 .icon_divs :nth-child(3) {
    right: 5px;
    top: 265px;

    top: 395px;
}
.content1 .icon_divs :nth-child(4) {
    left: 5px;
    top: 265px;

    top: 395px;
}
.content1 .icon_divs :nth-child(5) {
    left:5px;
    top: 132px;

    top: 228px;
}
.content1 .icon_divs :nth-child(6) {
    left: 20px;
    top: 15px;

    top: 75px;
}
.content1 .icon_divs :nth-child(7) {
    left:0px;
    width: 100%;
    top: -70px;

    /*top: 395px;*/
}


/*组织架构*/
.zuzhi{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 55px;
    background: url('../images/a_5.png') no-repeat right top;
    background-size: 100% auto;
    height: 530px;
}
.zuzhi ul{
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.zuzhi ul li{
    height: 100%;
    width:250px ;
}
.zuzhi ul li .title{
    border-bottom: 1px solid #4981f2;
    padding-bottom: 10px;
    color: #4981f2;
}
.zuzhi ul li .list{
    padding: 10px 0;
}
.zuzhi ul li .list p {
  padding: 5px 0;
}


/*公司荣誉*/
.swiper-container4{
    width: 1154px;
    overflow: hidden;
    height: 370px;
    margin: 0 auto 0px;
    padding-bottom: 55px;
}

.swiper-container4 .list_banner ul {
    width: 1054px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.swiper-container4 .list_banner ul li{
    box-shadow: 0px 0px 4px 1px #f2f2f2;
    width: 250px;
    height:260px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #e5eefd;
    border-radius: 5px;
}

.swiper-container4 .list_banner ul li .bg_img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-container4 .swiper-pagination{
    position: relative;

}
.swiper-container4 .swiper-button-next, .swiper-button-prev{
    top: 35%;


}
.swiper-container4 .swiper-button-next{
    right: 0;
}
.swiper-container4 .swiper-button-prev{
    left: 0;
}
.swiper-container4 .turn_r{
    width: 35px !important;
    height: 35px !important;
}
.swiper-container4 .turn_l{
    width: 35px !important;
    height: 35px !important;
}



/*发展历程*/
.fzlc{
    background: url('../images/a_6.png') no-repeat right bottom;
    background-size: 100% auto;
}

.fzlc .fzlc_top{
    border-bottom: 1px solid #cbe1ff;
    margin-bottom: 35px;
}
.fzlc .fzlc_bottom{
    padding: 30px;
}


/*-核心代码-*/
/* Menu style */
.clearfix {display: block;}
#timeline {
    width:1200px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto 55px;
    position: relative;
}
#dates {
    width: 1200px;
    height: 50px;
    overflow: hidden;
}
#dates li {
    font-size: 20px;
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#dates a {
    display: block;
    color: #999999;
}
#dates .selected {
    background: url('../images/a_4.png') no-repeat center bottom;
    background-size: 20px auto;
    color: #5090f3;
}


/*下边*/
#issues {
    overflow: hidden;
    border-bottom: 1px solid #cbe1ff;
    margin-bottom: 35px;
    line-height: 25px;
    width: 1200px;
    height: 350px;
}
#issues li {
    width: 1200px;
    height: 300px;
    list-style: none;
    float: left;
    /*padding: 30px;*/
    overflow: hidden;
    background: #f5f9fc;
    border-radius: 10px;
}

.q{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.boxlx{
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-around;
}
.lx1{
    height: 150px;
    text-align: center;
    margin: 40px 30px;
}
.lx1 p{
    margin-top: 30px;
}


/*联系我们*/
.lx_bottom{
    margin-top: 55px;
    background:#f5f9fc;
    padding-bottom:40px;
    text-align: center;
}
.lx_bottom .col-lg-12{
    width: 1200px;
    margin: 0 auto;
}
.lx_bottom #form {
    width: 550px;
    margin: auto;
}
.lx_bottom .form-group{
    margin-bottom: 30px;
    line-height: 34px;
}
.lx_bottom .form-group label {
    float: left;
    width: 65px;
    text-align: justify;
    text-align-last:justify;
    font-weight: 400;
}
.lx_bottom .form-group .form-control {
    width: 92%!important;
    display: inline-block;
    margin-left: 30px;
}
.dede_pages{
    float: right;
    margin-top: 10px;
}

.dede_pages ul{

}

.dede_pages ul li{ float:left;
    padding:5px 10px ;
    font-family:Tahoma;
    line-height:17px;
    border:1px solid #E9E9E9;
    list-style:none;}

.dede_pages ul li a{ float:left;
    color:#000;
    display:block;}

.dede_pages ul li:hover{background: #078bf7;}

.dede_pages ul li:hover a{color: #FFFFFF;}

.pagination li.disabled{cursor: not-allowed;}
.pagination li.disabled:hover{background: #fff;}
.pagination li.disabled span{cursor: not-allowed;color:#000;}

.pagination li.active{background: #078bf7;color: #fff;}
.pagination li.active a {color: #FFFFFF;}


/*公司业绩 单页*/
.about_news1 {
    overflow: hidden;
    padding: 20px 25px;
    min-height: 400px;
    line-height: 50px;
}
.about_news1 ul li{
    float: left;
    width: 25%;
    padding: 0 15px;
}
.about_news1 ul li{
    flex-direction: column;
}
.about_news1 ul li .img_main{
    border: 1px solid #eeeeee;
    box-sizing: content-box;
    width: 100%;
    margin: 15px 0;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.4s;

}
.about_news1 ul li .img_main:hover{
    box-shadow:0 0px 10px 0 #dfdfdf;
}
.about_news1 ul li .img_main:hover{
    font-size: 15px;
}
.about_news1 ul li .img_main:hover img{
    transform: scale(1);
}
.about_news1 ul li .img_main img{
    transform: scale(0.9);
    transition: all 0.4s;
}
.about_news1 ul li .img_main div{
    width: 90%;
    height:80%;
}
.about_news1 ul li .img_main div img{
    max-width: 100%;
    max-height: 100%;
}

.about_news1 ul li p{
    text-align: center;
    padding: 0 10px;
    line-height: 25px;
    height: 100%;
    position: relative;
}
.no_border{
    border: none;
}



/*服务项目单页*/
.fwxm{
    overflow: hidden;
    margin:80px auto;

}

.fwxm .fwxm_main{
    background: #fff;
    margin: 0 75px 40px;
    background-color: #f9f9f9;
    /*border: 1px solid #eee;*/
}

.fwxm .fwxm_main .new_main{
     width: 50%;
     padding: 50px 35px 0;
 }

.fwxm .fwxm_main:nth-child(odd) .new_main{
    float: left;
}

.fwxm .fwxm_main:nth-child(odd) .img_div{
    float: right;
}

.fwxm .fwxm_main:nth-child(even) .new_main{
    float: right;
}

.fwxm .fwxm_main:nth-child(even) .img_div{
    float: left;
}


.fwxm .fwxm_main .img_div{
    height: 270px;
    width: 50%;
}

.fwxm img{
    width: 100%;
    min-height: 100%;
    transform: scale(1);
    transition: all .5s;
}

.fwxm .fwxm_main .new_main .title{
    font-size: 20px;
    color: #0050a5;
    font-weight: bold;
}

.fwxm .fwxm_main .new_main .p2{
    margin-top: 25px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #444444;
}
/*.fwxm .fwxm_main .new_main .title:before {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 1px;*/
/*    background-color: #0050a5;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*    -webkit-transition: all .3s ease-in;*/
/*    -moz-transition: all .3s ease-in;*/
/*    -ms-transition: all .3s ease-in;*/
/*    -o-transition: all .3s ease-in;*/
/*    transition: all .3s ease-in;*/
/*}*/

.fwxm .fwxm_main:hover .img_div img{
    transform: scale(1.1);
}


.fwxm .fwxm_main:hover .new_main .title:before {
    /*width:40px;*/
}

.fwxm .fwxm_main:hover {
    /*border-color:#0050a5 ;*/
}



/*新增*/
.fwxm .fwxm_main{
    margin: 0 0 60px;
    float: left;
    width: 33.3%;
    overflow: hidden;

}
.fwxm .fwxm_main ul li a{
    display: flex;
    flex-direction: column;
}
.fwxm .fwxm_main .img_div{
    width: 100%;
}
.fwxm .fwxm_main .new_main{
    height: 270px;
    width: 100%;
    position: relative;
    padding: 0px 35px 0;
}
.fwxm .fwxm_main:nth-child(even) .new_main:after{
    content:'';
    position: absolute;
    background: #2e76e6;
    width: 18%;
    height: 5px;
    bottom: 0px;
    left: 41%;
}
.fwxm .fwxm_main:nth-child(odd) .new_main:after{
    content:'';
    position: absolute;
    background: #2e76e6;
    width: 18%;
    height: 5px;
    top: 0px;
    left: 41%;
}


.fwxm .fwxm_main .new_main .p2{
    -webkit-line-clamp: 3;
    height: 90px;
    color: #666;
}
.fwxm .fwxm_main:nth-child(odd) ul li a {

}

.fwxm .fwxm_main:nth-child(even) ul li a{
    flex-direction: column-reverse;
}
.fwxm img{
    width: auto;
}

/*改样式*/
/*技术能力*/
.content3s{
    width: 100%;
    padding-bottom: 60px;

}
.content3s ul{
    width: 1200px;
    margin:0 auto;
}
.content3s_hover{
    /*display: none;*/
    padding: 0 70px;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
    opacity:0;
    transition:.4s;
}

.content3s ul li a{
    display: block;
}
.content3s ul li:hover .content3s_hover{
    display: flex;
    opacity:1;
}
.content3s ul li{
    width: 380px;
    background: #f0f3f5;
    padding: 10px;
}
.content3s ul li .content3s_top{
    width: 360px;
    height: 490px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content3s ul li .content3s_down{
    padding: 10px 0;
    color:#0a66c9;
}
.content3s ul li:nth-child(2){
    margin: 0 30px;
}


/*技术服务*/
/*轮播*/
.swiper-container_fw {
    /*height: 480px;*/
    overflow: hidden;
    margin-bottom: 55px;
}
.swiper-container_fw .swiper-pagination-bullets{
   bottom: 0;
}
.swiper-container_fw .swiper-wrapper{
}

.swiper-container_fw .swiper-slide{
    position: relative;
}
.swiper-container_fw .swiper-slide ul li a{
    width: 185px;
    margin-right: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.swiper-container_fw .swiper-slide ul li a img{
    transform: scale(1);
    transition: all 0.4s;

}
.swiper-container_fw .swiper-slide ul li a:hover img{
    transform: scale(1.1);

}
/*偶数*/
.swiper-container_fw .swiper-slide ul li:nth-child(odd) a{
    flex-direction: column;
}
.swiper-container_fw .swiper-slide ul li:nth-child(even) a{
    flex-direction: column-reverse;
}

.swiper-container_fw .swiper-slide ul li:nth-last-child{
    margin: 0;
}
.swiper-container_fw .swiper-slide ul li .row{
    width: 40px;
    height: 2px;
    background: #2e76e6;
}
.swiper-container_fw .swiper-slide ul li:nth-child(odd) .row{
    margin-top: 25px;
}
.swiper-container_fw .swiper-slide ul li:nth-child(even) .row{
    margin-bottom: 25px;
}
.swiper-container_fw .swiper-slide ul li .list_img{
    overflow: hidden;
    height: 335px;
    width: 185px;
}
.swiper-container_fw .swiper-slide ul li .list_tit{
    margin: 20px 0;
    padding-right: 20px;
}

.swiper-container_fw .swiper-slide{
    position: relative;
}
.swiper-container_fw .swiper-slide ul li {
    width: 185px;
    margin-right: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
}


/*!*服务案例*!*/
.fwal_main{
    background-image: url('../images/fwal_bg.png');
    width: 100%;
    height:720px;
    background-size: 100% 100%;
}

.fwal_main .fwal_list{

}

.fwal_main .fwal_list  ul{
    width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fwal_main .fwal_list  ul li div{
    height: 88px;
}

.fwal_main .fwal_list  ul li a{
    width: 222px;
    height: 68px;
    border:1px solid #739fe6;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.fwal_main .fwal_list  ul li  a img{
    max-width: 100%;
    max-height: 68px;
}

.fwal_main .fwal_list  ul li  a:hover{
    margin-top: -3px;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.2);
}



.fwal_main .fwal_list  .fwal_more a{
    background-image: url('../images/fwal_more.png');
    width: 55px;
    height: 35px;
    background-size: 100% 100%;
    margin: 25px auto;
    display: block;

}


.wrappers{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.wrappers a:hover{
    color: red;
}
.wrappers a{
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;

}
.wrappers span{
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
}
.wrappers div{
    display: flex;
    height: 30px;
    align-items: center;
}
.wrappers div p{
    margin-left: 10px;
}
